SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 62794: PROC ASTORE gives "data set ... has 0 observations and 0 variables ... was not replaced because new file is incomplete" when scoring a large model

DetailsAboutRate It

When you use PROC ASTORE in SAS® High-Performance Data Mining, the output table might not be generated.  Messages such as these are displayed:

NOTE: The data set name has 0 observations and 0 variables.
WARNING: Data set name was not replaced because new file is incomplete.

The problem occurs when the procedure is used to score a large forest model.

There is no workaround.

 

 

Example:  PROC HPFOREST was used to create a model (hpf_00000201_p_0.sasast) that is approximately 2.2GB in size.  A NOTE message is displayed by PROC ASTORE to indicate that the output table (specified by the OUT= option in the SCORE statement) has 0 observations and 0 variables.  A WARNING message is displayed to indicate that the output table was not replaced.

Code:

%let path1= D:\Ann\hpf_00000201_p_0.sasast;
/*try to score model in astore*/
proc astore;
    score store="&path1" data=work.newtable out=WORK.RESULT;
run;

Log:

NOTE: PROCEDURE ASTORE used (Total process time):
      real time           1.17 seconds
      cpu time            1.17 seconds
NOTE: The data set WORK.RESULT has 0 observations and 0 variables.
WARNING: Data set WORK.RESULT was not replaced because new file is incomplete.
 

 

 



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS High-Performance Data MiningHP-UX IPF14.115.19.4 TS1M39.4 TS1M6
Windows 7 Professional x6414.115.19.4 TS1M39.4 TS1M6
Windows 7 Ultimate 32 bit14.115.19.4 TS1M39.4 TS1M6
Windows 7 Ultimate x6414.115.19.4 TS1M39.4 TS1M6
64-bit Enabled AIX14.115.19.4 TS1M39.4 TS1M6
64-bit Enabled Solaris14.115.19.4 TS1M39.4 TS1M6
Windows 7 Professional 32 bit14.115.19.4 TS1M39.4 TS1M6
Windows 7 Home Premium x6414.115.19.4 TS1M39.4 TS1M6
Windows 7 Home Premium 32 bit14.115.19.4 TS1M39.4 TS1M6
Windows 7 Enterprise x6414.115.19.4 TS1M39.4 TS1M6
Windows 7 Enterprise 32 bit14.115.19.4 TS1M39.4 TS1M6
Microsoft Windows Server 2012 Std14.115.19.4 TS1M39.4 TS1M6
Microsoft Windows Server 2012 R2 Std14.115.19.4 TS1M39.4 TS1M6
Microsoft Windows Server 2012 R2 Datacenter14.115.19.4 TS1M39.4 TS1M6
Microsoft Windows Server 2012 Datacenter14.115.19.4 TS1M39.4 TS1M6
Microsoft Windows Server 2008 for x6414.19.4 TS1M3
Microsoft Windows Server 2008 R214.19.4 TS1M3
Microsoft Windows Server 200814.19.4 TS1M3
Microsoft Windows 1014.115.19.4 TS1M39.4 TS1M6
Microsoft Windows 8.1 Pro x6414.115.19.4 TS1M39.4 TS1M6
Microsoft Windows 8.1 Pro 32-bit14.115.19.4 TS1M39.4 TS1M6
Microsoft Windows 8.1 Enterprise x6414.115.19.4 TS1M39.4 TS1M6
Microsoft Windows 8.1 Enterprise 32-bit14.115.19.4 TS1M39.4 TS1M6
Microsoft Windows 8 Pro x6414.115.19.4 TS1M39.4 TS1M6
Microsoft Windows 8 Pro 32-bit14.115.19.4 TS1M39.4 TS1M6
Microsoft Windows 8 Enterprise x6414.115.19.4 TS1M39.4 TS1M6
Microsoft Windows 8 Enterprise 32-bit14.115.19.4 TS1M39.4 TS1M6
Microsoft® Windows® for x6414.115.19.4 TS1M39.4 TS1M6
Solaris for x6414.115.19.4 TS1M39.4 TS1M6
Linux for x6414.115.19.4 TS1M39.4 TS1M6
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.